func vendor/golang.org/x/net/dns/dnsmessage.printUint16
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L68: return printUint16(uint16(t))
message.go#L76: return printUint16(uint16(t))
message.go#L106: return printUint16(uint16(c))
message.go#L114: return printUint16(uint16(c))
message.go#L122: return printUint16(uint16(o))
message.go#L152: return printUint16(uint16(r))
message.go#L160: return printUint16(uint16(r))
message.go#L223: func printUint16(i uint16) string {
message.go#L356: "ID: " + printUint16(m.ID) + ", " +
message.go#L1678: "Length: " + printUint16(h.Length) + "}"
message.go#L2291: "Pref: " + printUint16(r.Pref) + ", " +
message.go#L2524: "Priority: " + printUint16(r.Priority) + ", " +
message.go#L2525: "Weight: " + printUint16(r.Weight) + ", " +
message.go#L2526: "Port: " + printUint16(r.Port) + ", " +
message.go#L2626: "Code: " + printUint16(o.Code) + ", " +
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |